install:
# cd /home
# tar xvf ipvtl_64ch-6.2.5.1a-x64.gz
ipvtl/
ipvtl/libva.so.1
ipvtl/libva-drm.so.1
ipvtl/ipvtl.so
ipvtl/ipvts.so
ipvtl/ipvtl_16ch_trial
# cd ipvtl
# sudo ./ipvtl_16ch_trial

30 days patched - 100 days never expires....

IPVTL started successfully!
Web management now accessible at http://IP:8888...
#

Then, start Linux console in IPVTL folder, and enter command like
 ./ipvtl_16ch_trial or ./ipvtl_4ch to start program. 
To quit IPVTL, simply pgrep ipvtl_ and kill IPVTL main process, or just pkill ipvtl_.

Ubuntu 18.04 - is Working

install library:
sudo apt-get update -y
sudo apt-get install -y libavahi-client-dev

Open port linux:
iptables -A INPUT -p tcp --dport 8888 -j ACCEPT


